home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS25.ADF / Guru / Read.Me! < prev    next >
Text File  |  1989-01-26  |  505b  |  16 lines

  1. This is a remake of an old lattice 'C' program.  You input a guru error 
  2. number (first half), and the program outputs the probable cause.  1.2
  3. gurus were also included and the lattice 'stch_i()' function has been
  4. simulated (converts hex string to interger).
  5.  
  6. Compiles under Manx 3.4a:
  7.  
  8. cc +l -z3000 guru.c
  9. ln guru.o -lc32
  10.  
  11. Thats all there is to it!  This was a learning experience for me, and
  12. again thanx to Paul Fortin for the lesson!  All the new code is his doing
  13. not mine.            Enjoy   Tony*S
  14.  
  15.  
  16.